GetComputedStyleForNodeResponse
data class GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)
Content copied to clipboard
Represents response frame that is returned from CSS#getComputedStyleForNode operation call. Returns the computed style for a DOM node identified by nodeId
.
See also
Constructors
GetComputedStyleForNodeResponse
Link copied to clipboard
fun GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)
Content copied to clipboard